Online IVR Tutorial $bool = Dial ("<PhoneNumber>")
Parameters Return Value Remarks Example
(1)
The function dials the number "1234567890". Meanwhile, the call progress is monitored. If $Status shows "CONNECTED" the system welcomes the user and breaks out of the loop.
(2)
    $Status = Dial("196.167.11.1")
IP number is specified in place of phone number for IP drivers.